R89SDK
This is the Entry Point To the SDK.
Functions
This is to configure the WebView with the settings we need for Ads to work properly we are turning doing the following:
This build a user agent that allow the SDK to track what ads are coming from the native web-app and which ones are coming from browsers.
This is to use Auto Configuration where the SDK will fetch the configuration from the server, and apply those to itself. it still requires to use the RefineryAdFactory to place the ads. in the Views
This is to use Manual Configuration you must pass a ConfigBuilder to use this method. Ensure you follow Guide to manual configuration to set all the required values in the ConfigBuilder.
This will check if we can load the url with consent if not it will wait until cmp data is available and then load the url.
Deletes all local data saved about the CMP, and next time the CMP is asked if it needs to show or not it will require showing since all consent that was previously given has been deleted
Shows you different logs depending on what you indicate